Growth Rate
@Serializable
Growth rates determine how much experience Pokémon need to level up. See: https://pokeapi.co/docs/v2#growthrates
Parameters
id
The identifier for this growth rate resource.
name
The name for this growth rate resource.
formula
The formula used to calculate the rate at which the Pokémon levels up.
descriptions
The descriptions for this growth rate listed in different languages.
levels
A list of levels and the experience needed to reach them.
pokemon Species
A list of Pokémon species that have this growth rate.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, formula: String, descriptions: List<Description>, levels: List<GrowthRateExperienceLevel>, pokemonSpecies: List<Handle.Named<PokemonSpecies>>)